home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / windows / winlab / startup.ini < prev    next >
Encoding:
INI File  |  1993-02-21  |  4.6 KB  |  120 lines

  1. ;  ---------------------------- Start of INI ------------------------------
  2. ;  - The Program Title is used in many screen on the installation.  
  3. ;  - The Main Title is only used in the 24-point title screen.  
  4. ;  - The Default Drive and Directory is the default location to install the 
  5. ;    "other" files -- ie, your program, data, ini, etc files that don't go 
  6. ;    under Windows.  
  7. ;  - The Icon Name is the title of the icon(s) you will produce.  
  8. ;  - The Group Name is the name of the group you will create **IF** you 
  9. ;    choose to create a new group.
  10. ;  - The Group Title is the title at the top of the new group.  
  11. ;  - The EXE Name is the name of the main executable program used to 
  12. ;    construct the Icon.
  13. ;  - If Allow Directroy Change is anything but FALSE then the user will be
  14. ;    allowed to change the install directory.
  15. ;
  16. ;  NOTE: Both the Icon Name and Exe Name can contain multiple items.  They
  17. ;        should each contain the same number of items separated by an ASCII
  18. ;        124 (vertical line).  This enables you to install multiple icons
  19. ;        into a group! In this case, the title of a NEW group would be:
  20. ;        TEST1 ICON, and the name of the group would be: MYPROG.GRP.
  21. ;
  22. ;  NOTE: The Default Directory should be be the same as the *Default listed
  23. ;        later in this INI file.
  24. ;
  25. ;  NOTE: The numbers in front of the Exe Name refers to the destination
  26. ;        directories listed later in this INI file.  If it is *2*, then it 
  27. ;        refers to [Dest2].
  28. ;
  29. ;  NOTE: If the Exe Name is blank (or commented out), then *NO* icons will
  30. ;        be created!
  31. ;  ------------------------------------------------------------------------
  32.  
  33. [Startup]
  34. Program Title=WinLabel Application Installation
  35. Main Title=WinLabel v3.0
  36. Default Drive=C:
  37. Default Directory=c:\WinLabel\
  38. Icon Name=WinLabel|Documentation|ReadMe|License|Vendor|Disclaim|Register
  39. Group Name=WinLabel
  40. Exe Name=*1*WinLabel.EXE|*1*WinLabel.Wri|*1*Readme.Txt|*1*License.Txt|*1*Vendor.Txt|*1*Disclaim.Txt|*1*Register.Txt
  41. Allow Directory Change=TRUE
  42.  
  43.  
  44. ;  ------------------------------------------------------------------------
  45. ;  You can have up to 9 destination directories.  Under [Destinations], the
  46. ;  NumDest=x gives the number of directories.  The entries Des1="" to Destx=
  47. ;  give the actual directories.  Note that these 9 directories do not include
  48. ;  the directories for Windows, Windows/System, and the HELP files.
  49. ;
  50. ;  Under [Destinations], each entry has 3 sections.  The first is the
  51. ;  directory itself.  *Default is the default directory picked by the user.
  52. ;  *Default*Test2 would be the TEST subdirectory under the default directory.
  53. ;  If you use either *Default or *Default*, the second entry should be
  54. ;  "dependent" -- ie, it is dependent upon the selection for the default
  55. ;  directory.  (Otherwise, it can be any text string -- I used "notdependent"
  56. ;  for clarity).  The 3rd item is the title listed when the user gets a chance
  57. ;  to change the directories.  It is limited to 16 characters.
  58. ;
  59. ;  For each of the directories, [Win], [Sys], [Help], [Dest1], etc., there is
  60. ;  an entry NumFiles=x which gives the number of files in that directory.
  61. ;  There is also an entry ???01=_______|_____ where the first part of the entry
  62. ;  gives the file name, and the second part (after the vertical bar) gives
  63. ;  the actual size (in bytes) of the uncompressed file.  This would not be 
  64. ;  necessary if Microsoft stored the expanded file size in the compressed file.
  65. ;
  66. ;  Note that there is **NO** spaces within the lines, and that the elements
  67. ;  are separated by the bar character (ASCII 124)
  68. ;
  69. ;  NOTE:  It is ***CRITICAL*** that the Dest1= under [Destinations] is the
  70. ;         *Default
  71. ;  ------------------------------------------------------------------------
  72.  
  73. [Destinations]
  74. NumDest=1
  75. Dest1=*Default|notdependent|WinLabel Dir
  76. ;Dest2=c:\excel\xlstart\|notdependent|Excel start
  77. ;Dest3=d:\test\|notdependent|Another dir
  78. ;Dest4=*Default*Test2|dependent|Test sub
  79.  
  80. [Win]
  81. NumFiles=0
  82. ;Win01=MyProg.HLP|1000
  83.  
  84. [Sys]
  85. NumFiles=4
  86. ;Sys01=VBRun200.DLL|356992
  87. Sys01=CmDialog.VBX|18400
  88. ;Sys02=CommDlg.DLL|89248
  89. Sys02=QPro200.DLL|48029
  90. Sys03=CSGroup.VBX|6352
  91. Sys04=CSText.VBX|76752
  92.  
  93. [Help]
  94. NumFiles=1
  95. Help01=WinLabel.HLP|43934
  96.  
  97. [Dest1]
  98. NumFiles=7
  99. File01=WinLabel.EXE|175641
  100. File02=WinLabel.WRI|46208
  101. File03=ReadMe.Txt|3569
  102. File04=License.Txt|1055
  103. File05=Vendor.Txt|852
  104. File06=Disclaim.Txt|804
  105. File07=Register.Txt|6735
  106.  
  107. ;[Dest2]
  108. ;NumFiles=1
  109. ;File01=Test3.EXE|600
  110.  
  111. ;[Dest3]
  112. ;NumFiles=1
  113. ;File01=Test4.EXE|300
  114.  
  115. ;[Dest4]
  116. ;NumFiles=1
  117. ;File01=Test5.EXE|200
  118.  
  119. ;  ------------------------------ End of INI ------------------------------
  120.